home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 9
/
FM Towns Free Software Collection 9.iso
/
taropyon
/
silib
/
inc
/
ev
/
evtypno.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS (detected)
UTF-8
Wrap
C/C++ Source or Header
|
1994-11-16
|
405 b
|
15 lines
#ifndef _EV_EVTYPNO_H
#define _EV_EVTYPNO_H
#define EVTYP_ALL (0x01)
#define EVTYP_FR (0x11)
#define EVTYP_BTN1 (0x12)
#define EVTYP_BTN2 (0x13)
#define EVTYP_SWOLY (0x14)
#define EVTYP_BOXF (0x15)
#define EVTYP_KON0 (0x21) /* キーが押されれば */
#define EVTYP_KON1 (0x22) /* キーコードorアドレス */
#define EVTYP_KON2 (0x23) /* キーコードorアドレス(シフトチェック) */
#endif